Doc: Add 3.3 release notes - #1509
Conversation
There was a problem hiding this comment.
Pull request overview
Adds the MicroCloud 3.3 release notes to the documentation set and links them from the release notes index so they appear in the published docs.
Changes:
- Introduces a new “MicroCloud 3.3 release notes” page with highlights, bug fixes, and upgrade guidance.
- Adds a new toctree entry so the 3.3 release notes are discoverable from the release notes index.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| doc/reference/release-notes/release-notes-3.3md | Adds the new 3.3 release notes content (highlights, bug fixes, upgrade notes, changelog link). |
| doc/reference/release-notes/index.md | Adds a toctree entry for the new 3.3 release notes page. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
f015536 to
d1e509e
Compare
elijahgreenstein
left a comment
There was a problem hiding this comment.
A few comments.
Also, generally, the use of "got" for passive voice stands out to me as a bit too casual/informal for documentation. Using "was" or "were" would probably be preferred.
Signed-off-by: Julian Pelizäus <julian.pelizaeus@canonical.com>
Signed-off-by: Julian Pelizäus <julian.pelizaeus@canonical.com>
Signed-off-by: Julian Pelizäus <julian.pelizaeus@canonical.com>
d1e509e to
ebf80c6
Compare
elijahgreenstein
left a comment
There was a problem hiding this comment.
Other than a small code-formatting issue, this looks good to me. Approving for now, and leaving it to you, @roosterfish , whether or not to put the command in a code block.
| For each MicroCloud cluster you can enable the tunnel to be opened up with the already configured cluster manager. | ||
| By default the tunnel is deactivated. You can activate it with: | ||
|
|
||
| `microcloud cluster-manager set reverse_tunnel true` |
There was a problem hiding this comment.
Nitpicking, but since this is in a separate paragraph, rather than in-line, shouldn't it be in a code block?
| `microcloud cluster-manager set reverse_tunnel true` | |
| ```bash | |
| microcloud cluster-manager set reverse_tunnel true | |
| ``` |
This PR adds the 3.3 release notes.